update header to use brand guidelines and make dark mode hover state slightly less maximalist#432
Conversation
…slightly less maximalist
There was a problem hiding this comment.
Risk assessment: Low risk
Evidence from the diff: this PR modifies only style.css (8 additions, 3 deletions) to adjust sidebar group header typography/color styling and the dark-mode card hover border. There are no changes to executable code, prompts/model instructions, routing/navigation config, infrastructure, auth, permissions, or data/schema behavior. The blast radius is limited to visual presentation in the docs site.
I found no existing approvals on the PR and no CODEOWNERS file in the repository, so I’m approving this low-risk CSS-only change.
Sent by Cursor Automation: Assign PR reviewers
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e4cd4c8. Configure here.
| font-size: 11px !important; | ||
| font-weight: 400 !important; | ||
| letter-spacing: 0.09em; | ||
| color: #60646c !important; |
There was a problem hiding this comment.
Light sidebar eyebrows lost color
Medium Severity
The base #navigation-items .sidebar-group-header rule no longer sets a muted color, and nothing replaces it for light mode. Dark mode still overrides with rgba(237, 238, 240, 0.55), but with appearance.default set to light, section labels inherit Palm defaults and may read as strongly as nav links instead of quiet eyebrows.
Reviewed by Cursor Bugbot for commit e4cd4c8. Configure here.




Updates styles to conform to brand guidelines
Note
Low Risk
CSS-only visual tweaks to Mintlify sidebar headers and card hover; no logic or data paths.
Overview
Sidebar section labels in
#navigation-items .sidebar-group-headernow use Inter Light (font-weight: 300) per brand guidelines. Light-mode letter-spacing, font-weight 400, and the default gray text color on that selector were removed so styling leans on the shared rules and the existing dark-mode color override.Dark mode cards get a subtler hover:
.dark .card:hoversets a light gray border (rgb(223 223 223)) instead of a stronger default hover treatment.Reviewed by Cursor Bugbot for commit e4cd4c8. Bugbot is set up for automated code reviews on this repo. Configure here.